Skip to content

Commit d3f3db3

Browse files
committed
ok back to snapshots for 2.0.1 development
1 parent 49329b5 commit d3f3db3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ apply plugin: 'maven'
1616
apply plugin: "com.gradle.plugin-publish"
1717

1818
group = 'net.minecraftforge.gradle'
19-
version = '2.0.0'
19+
version = '2.0-SNAPSHOT'
20+
// version = '2.0.1'
2021
archivesBaseName = 'ForgeGradle'
2122
targetCompatibility = '1.6'
2223
sourceCompatibility = '1.6'

0 commit comments

Comments
 (0)