Skip to content

Commit 48848aa

Browse files
committed
Release 0.6.0
1 parent ecbedc7 commit 48848aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.6.0 - 2022-10-09
6+
7+
- Add tests and migrate CI
8+
- Update dependencies
9+
510
## 0.5.0 - 2022-03-25
611

712
- Update dependencies

internal/console/console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414
// AppName is the application name.
1515
AppName = "liege"
1616
// Version is the application version number.
17-
Version = "0.5.0"
17+
Version = "0.6.0"
1818
// RootEnvVar is the name of the environment variable to set the root server directory.
1919
RootEnvVar = "LIEGE_ROOT"
2020
// PortEnvVar is the name of the environment variable to set the server port.

0 commit comments

Comments
 (0)