Skip to content

Commit c13871d

Browse files
committed
bump to v0.2.21
- daemon: fixed wrong workdir,logdir - daemon: add flags for `server stop`: -1, -3, ... - daemon: using forking systemd type now. - config: fixed `--config` - demo: add test/demo codes - refine the codes
1 parent 63a740a commit c13871d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/default-ubuntu/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.vagrant/
2+
demo*

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// AppName const
99
AppName = "cmdr" // main app-name
1010
// Version const
11-
Version = "0.2.19" // version name
11+
Version = "0.2.21" // version name
1212
// VersionInt const
13-
VersionInt = 0x0002019 // using as
13+
VersionInt = 0x000215 // using as
1414
)

0 commit comments

Comments
 (0)