git://git.iain.cx/iain
/
pstop.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Configure setup_instruments (for the mutex page) if possible on startup, and restore...
[pstop.git]
/
version
/
version.go
1
// package to return the program version
2
package version
3
4
const (
5
version = "0.2.0"
6
)
7
8
// return the current application version
9
func Version() string {
10
return version
11
}