Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalClient
Commits
4f04df33
Commit
4f04df33
authored
Jan 14, 2020
by
Lukas Burgey
Browse files
Bump the version, as we extended the config format
parent
44ddf2bc
Pipeline
#63507
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.go
View file @
4f04df33
...
@@ -26,7 +26,7 @@ var (
...
@@ -26,7 +26,7 @@ var (
)
.
Author
(
)
.
Author
(
"Lukas Burgey"
,
"Lukas Burgey"
,
)
.
Version
(
)
.
Version
(
"v2.
1.3
"
,
"v2.
2.0
"
,
)
)
cmdStart
=
app
.
Command
(
"start"
,
"Starts the client in its normal operation mode."
)
.
Default
()
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."
)
cmdDeregister
=
app
.
Command
(
"deregister"
,
"Before disabling the client: Use deregister to inform the backend that the client ceases operation."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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