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 da8ee47 commit c326ed6Copy full SHA for c326ed6
config_example.json
@@ -194,5 +194,5 @@
194
"dashboardUsername": "tob",
195
"dashboardPassword": "5994471abb01112afcc18159f6cc74b4f511b99806da59b3caf5a9c173cacfc5",
196
197
- "version": "2.0.1"
+ "version": "2.0.2"
198
}
tob.go
@@ -3,7 +3,7 @@ package tob
3
const (
4
// Version number
5
6
- Version = "2.0.1"
+ Version = "2.0.2"
7
8
// OK service status
9
OK = "OK"
0 commit comments