Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaua committed Oct 21, 2017
1 parent 5d10b16 commit 8764984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.idea
.gradle
*.iml
out/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.github.kt3k.coveralls'
group = 'no.saua.remock'
sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '0.6.0'
version = '0.7.0-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit 8764984

Please sign in to comment.