Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prepare plugin for 2022.7-beta release #441
Rollback changes in build.gradle because '1.0-SNAPSHOT' is widely used codename in our scripts
  • Loading branch information
Vassiliy-Kudryashov committed Jul 6, 2022
commit b24e1f1a102883169788405008066572b47ce260
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java'
if (project.hasProperty('semVer')) {
project.version = project.semVer
} else {
project.version = '2022.7-SNAPSHOT'
project.version = '1.0-SNAPSHOT'
}

buildscript {
Expand Down