Skip to content

Commit

Permalink
bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xmik committed May 1, 2019
1 parent 4ca8c3b commit a626be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.4.3 (2019-May-01)

* fix: added script to image_scripts which always setups `/run/user/<ID>`;
add tests
* image scripts: if olduid == newuid, do not run usermod or groupmod
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main
const DojoVersion = "0.4.2"
const DojoVersion = "0.4.3"

0 comments on commit a626be0

Please sign in to comment.