We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6409b commit 9ec9c33Copy full SHA for 9ec9c33
typex/version.go
@@ -17,7 +17,7 @@ func (v Version) String() string {
17
}
18
19
var DefaultVersion = Version{
20
- Version: `v0.4.4-hotfix`,
21
- ReleaseTime: "2023-05-26 22:28:37",
+ Version: `v0.5.0`,
+ ReleaseTime: "2023-05-30 20:56:26",
22
23
utils/banner.b
@@ -1,6 +1,6 @@
1
2
|
3
|*| Welcome to RULEX framework world <'_'>
4
-|*| Version: v0.4.4-hotfix-330d00f9f5ea993
+|*| Version: v0.5.0-ff6409b396415dd
5
|*| Document: https://rulex.pages.dev
6
0 commit comments