Skip to content

Commit

Permalink
Quick versioning thing
Browse files Browse the repository at this point in the history
  • Loading branch information
austinv11 committed Mar 2, 2015
1 parent d087be0 commit c34a885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ repositories{

apply plugin: 'forge'

ext.buildNumber = System.getenv("BUILD_ID") ?: "dev"
version = "1.3.0-$buildNumber"
//ext.buildNumber = System.getenv("BUILD_ID") ?: "dev"
version = "1.2.2"
group= "com.austinv11.peripheralsplusplus" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Peripherals++"

Expand Down

0 comments on commit c34a885

Please sign in to comment.