Skip to content

Commit

Permalink
update console version (FISCO-BCOS#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 authored and kyonRay committed Aug 30, 2022
1 parent 74fcc00 commit f6a9b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/console/common/ConsoleVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class ConsoleVersion {

public static final String Version = "3.0.0-rc4";
public static final String Version = "3.0.0";

public static void main(String[] args) {
System.out.println("console version: " + Version);
Expand Down

0 comments on commit f6a9b8f

Please sign in to comment.