Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Bump version: 0.0.11 → 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Dec 19, 2017
1 parent 802fa01 commit 2879019
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.11
current_version = 0.0.12
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'findbugs'
apply plugin: "jacoco"
apply plugin: "com.github.hierynomus.license"

version = '0.0.11'
version = '0.0.12'
mainClassName = 'io.goobox.sync.sia.App'

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
</dependency>
</dependencies>
<properties>
<project-version>0.0.11</project-version>
<project-version>0.0.12</project-version>
<java.version>1.7</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/goobox/sync/sia/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public final class App {
/**
* Version information.
*/
public static final String Version = "0.0.11";
public static final String Version = "0.0.12";

/**
* The number of the minimum required contructs.
Expand Down

0 comments on commit 2879019

Please sign in to comment.