Skip to content

Commit

Permalink
8.3.20240827
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmdZanoon committed Aug 26, 2024
1 parent 54d093c commit ee75707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.shafthq</groupId>
<artifactId>SHAFT_ENGINE</artifactId>
<version>8.3.20240813</version> <!-- UPDATE com.shaft.properties.internal > Internal -->
<version>8.3.20240827</version> <!-- UPDATE com.shaft.properties.internal > Internal -->
<name>${project.groupId}:${project.artifactId}</name>
<description>SHAFT is a unified test automation engine. Powered by best-in-class frameworks, SHAFT provides a
wizard-like syntax to drive your automation efficiently, maximize your ROI, and minimize your learning curve.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/shaft/properties/internal/Internal.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
})
public interface Internal extends EngineProperties<Internal> {
@Key("shaftEngineVersion")
@DefaultValue("8.3.20240813")
@DefaultValue("8.3.20240827")
String shaftEngineVersion();

@Key("watermarkImagePath")
Expand Down

0 comments on commit ee75707

Please sign in to comment.