Skip to content

Commit

Permalink
Release 7.3.20230823 (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudElSharkawy authored Aug 23, 2023
1 parent 6ef106b commit 9d6bc18
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>7.3.20230818</version> <!-- UPDATE com.shaft.properties.internal > Internal -->
<version>7.3.20230823</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 {
@Key("shaftEngineVersion")
@DefaultValue("7.3.20230818")
@DefaultValue("7.3.20230823")
String shaftEngineVersion();

@Key("watermarkImagePath")
Expand Down

0 comments on commit 9d6bc18

Please sign in to comment.