Bump version number to 0.4.0

This commit is contained in:
Jonathan Bernard
2017-12-01 07:11:17 -06:00
parent c6be698572
commit 2622877db5
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import strawbosspkg/configuration
import strawbosspkg/core
import strawbosspkg/server
let SB_VER = "0.3.1"
let SB_VER = "0.4.0"
proc logProcOutput*(outMsg, errMsg: TaintedString, cmd: string) =
let prefix = if cmd != nil: cmd & ": " else: ""