Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalClient
Commits
bdc828b0
Commit
bdc828b0
authored
Feb 01, 2019
by
Lukas Burgey
Browse files
Fix client version
parent
d9d68e2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/config.go
View file @
bdc828b0
...
...
@@ -12,7 +12,7 @@ import (
)
type
(
// A ServiceID locally identies a provided Service.
// A ServiceID locally identi
fi
es a provided Service.
ServiceID
string
// Service for which we do deployments
...
...
main.go
View file @
bdc828b0
...
...
@@ -23,7 +23,7 @@ var (
)
.
Author
(
"Lukas Burgey"
,
)
.
Version
(
"v
1.1.0
"
,
"v
2.0.1
"
,
)
cmdStart
=
app
.
Command
(
"start"
,
"Starts the client in its normal operation mode."
)
.
Default
()
cmdDeregister
=
app
.
Command
(
"deregister"
,
"Before disabling the client: Use deregister to inform the backend that the client ceases operation."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment