Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNico committed Jul 24, 2024
1 parent 2da501d commit 5d2b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.Compile
import sbt.Keys.cleanFiles

val releaseVersion = sys.env.getOrElse("TAG", "1.1.0-Three.1")
val releaseVersion = sys.env.getOrElse("TAG", "1.1.0-Three.2")

addCommandAlias("publishSmithy4Play", "smithy4play/publish")
addCommandAlias("publishLocalSmithy4Play", "smithy4play/publishLocal")
Expand Down

0 comments on commit 5d2b4a7

Please sign in to comment.