We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbedc7 commit 48848aaCopy full SHA for 48848aa
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.6.0 - 2022-10-09
6
+
7
+- Add tests and migrate CI
8
+- Update dependencies
9
10
## 0.5.0 - 2022-03-25
11
12
- Update dependencies
internal/console/console.go
@@ -14,7 +14,7 @@ const (
14
// AppName is the application name.
15
AppName = "liege"
16
// Version is the application version number.
17
- Version = "0.5.0"
+ Version = "0.6.0"
18
// RootEnvVar is the name of the environment variable to set the root server directory.
19
RootEnvVar = "LIEGE_ROOT"
20
// PortEnvVar is the name of the environment variable to set the server port.
0 commit comments