Skip to content

Commit

Permalink
Use release version for sailfish components
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Apr 9, 2024
1 parent 81a6e4f commit edecd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
ext {
sharedDir = file("${project.rootDir}/shared")
baseSailfishVersion = '3.3'
sailfishVersion = "${baseSailfishVersion}-SNAPSHOT"
sailfishVersion = "${baseSailfishVersion}.202"

pluginMainDir = file('src/main/plugin')
pluginGenDir = file('src/gen/plugin')
Expand Down

0 comments on commit edecd8d

Please sign in to comment.