Skip to content

Commit

Permalink
Update: Version: Release-2022-11-0169
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerAngelXD committed Dec 19, 2022
1 parent 81acc09 commit e75a378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yvm/vmfront.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ namespace yvm{
class vmfront {
vmcore::vm vm; // vm实例
public:
std::string compeleteVersion = "Release-2022-11-0160";
std::string version = "22.11.160";
std::string releaseVersion = "Yolang 1.5.4";
std::string compeleteVersion = "Release-2022-11-0169";
std::string version = "22.11.169";
std::string releaseVersion = "Yolang 1.5.9";

vmfront() = default;

Expand Down

0 comments on commit e75a378

Please sign in to comment.