Skip to content

Commit

Permalink
Use a more sensible version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rheimus committed Nov 2, 2020
1 parent d177d44 commit 78f4d1d
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 @@ -20,7 +20,7 @@ plugins {
apply plugin: 'net.minecraftforge.gradle'
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = '1.16.3'
version = '2.0.0'
group = 'serversync.forge.loader' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'serversync-forge-loader'

Expand Down

0 comments on commit 78f4d1d

Please sign in to comment.