mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 15:54:57 -05:00
Update version variable
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3467df6b69
commit
691ab84326
5 changed files with 6 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ func main() {
|
|||
|
||||
klog.InitFlags(nil)
|
||||
flag.Parse()
|
||||
klog.V(2).Infof("\nConstellation Node Activation Service\nVersion: %s\nRunning on: %s", constants.VersionInfo, *provider)
|
||||
klog.V(2).Infof("\nConstellation Node Activation Service\nVersion: v%s\nRunning on: %s", constants.VersionInfo, *provider)
|
||||
|
||||
handler := file.NewHandler(afero.NewOsFs())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue