Skip to content

Commit

Permalink
1.0.0-BETA-12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed May 9, 2023
1 parent aa34da6 commit f9acfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/main/java/io/vproxy/base/util/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package io.vproxy.base.util;

public class Version {
public static final String VERSION = "1.0.0-BETA-12-DEV"; // _THE_VERSION_
public static final String VERSION = "1.0.0-BETA-12"; // _THE_VERSION_
}

0 comments on commit f9acfed

Please sign in to comment.