Skip to content

Commit

Permalink
8.4.20241024 (#1787)
Browse files Browse the repository at this point in the history
* Update pom.xml

Signed-off-by: Mohab Mohie <[email protected]>

* Update Internal.java

Signed-off-by: Mohab Mohie <[email protected]>

---------

Signed-off-by: Mohab Mohie <[email protected]>
  • Loading branch information
MohabMohie authored Oct 24, 2024
1 parent 66fcd36 commit 82eb6fb
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.4.20241016-beta</version> <!-- UPDATE com.shaft.properties.internal > Internal -->
<version>8.4.20241024</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.4.20241016-beta")
@DefaultValue("8.4.20241024")
String shaftEngineVersion();

@Key("watermarkImagePath")
Expand Down

0 comments on commit 82eb6fb

Please sign in to comment.