This website requires JavaScript.
Explore
Help
Register
Sign In
kairos
/
kairos-agent
Watch
1
Star
0
Fork
0
You've already forked kairos-agent
mirror of
https://github.com/kairos-io/kairos-agent.git
synced
2025-06-20 21:12:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b55e3e0800
kairos-agent
/
internal
/
common
/
version.go
8 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
seedling: Add version information directly from git (#651) * :seedling: Add version information directly from git Partial fix for kairos-io/kairos#643. Signed-off-by: Oz Tiram <oz@spectrocloud.com> * Update cmd/profile-build/main.go Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Signed-off-by: Oz Tiram <oz@spectrocloud.com> Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2023-01-16 18:24:11 +00:00
package
common
var
VERSION
=
"0.0.0"
Bring elemental-cli code into the agent (#13)
2023-05-05 16:43:21 +00:00
func
GetVersion
(
)
string
{
return
VERSION
}
Reference in New Issue
Copy Permalink