Skip to content

Commit 61aaef6

Browse files
committed
Version bump
1 parent 9e4f340 commit 61aaef6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.2
4+
5+
- Removed the $HOME volume mount for the Dashboard
6+
37
## 1.2.1
48

59
- Support the Docker version numbering change

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/urfave/cli"
99
)
1010

11-
const VERSION = "1.2.1"
11+
const VERSION = "1.2.2"
1212

1313
// It all starts here
1414
func main() {

0 commit comments

Comments
 (0)