We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723ed2e commit e8939fbCopy full SHA for e8939fb
mock.go
@@ -7,7 +7,7 @@ import (
7
8
var (
9
programName = "mock"
10
- programVersion = "v2.8"
+ programVersion = "v2.9"
11
ExecutionTimestamp = TimeNow()
12
Path = fmt.Sprintf("%s/%s/%s", os.Getenv("HOME"), programName, ExecutionTimestamp)
13
)
0 commit comments