Skip to content

Commit 999a728

Browse files
author
Jeremy Wentworth
committed
revert temp version
1 parent 26ee93f commit 999a728

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ apply plugin: 'project-report'
1010
apply plugin: 'releaseNotes'
1111

1212
group = 'com.spidasoftware'
13-
//TODO REVERT TO 8.0.0-SNAPSHOT!!!
14-
version = '8.0.1-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
13+
version = '8.0.0-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
1514

1615
def schemaReleaseVersion = System.getenv("SCHEMA_RELEASE_VERSION")
1716
if(schemaReleaseVersion){

0 commit comments

Comments
 (0)