We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0186d commit e3fcda8Copy full SHA for e3fcda8
mock.go
@@ -7,7 +7,7 @@ import (
7
8
var (
9
programName = "mock"
10
- programVersion = "v2.2"
+ programVersion = "v2.3"
11
ExecutionTimestamp = TimeNow()
12
Path = fmt.Sprintf("%s/%s/%s", os.Getenv("HOME"), programName, ExecutionTimestamp)
13
)
0 commit comments