Skip to content

Commit

Permalink
release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-yueying committed Apr 18, 2022
1 parent b7919d9 commit dd1b252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group 'org.unichain'
version '2.0.5'
version '2.0.6'

apply plugin: 'java'
apply plugin: 'com.google.protobuf'
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/unichain/program/Version.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package org.unichain.program;

public class Version {
private static final String version = "2.0.5";
public static final String versionName = "unichain-2.0.5";
private static final String version = "2.0.6";
public static final String versionName = "unichain-2.0.6";
public static final String versionCode = "205";

public static String getVersion() {
Expand Down
2 changes: 1 addition & 1 deletion ver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -x
versionName='2.0.5'
versionName='2.0.6'
versionCode='205'

versionPath="src/main/java/org/unichain/program/Version.java"
Expand Down

0 comments on commit dd1b252

Please sign in to comment.