summary refs log tree commit diff stats
path: root/core/version.go
blob: 3e45c6f7c0f72eaeaa322b967c763d4a57df98f8 (plain) (blame)
1
2
3
4
5
6
package core

// Version will return the current version.
func Version() string {
	return "v0.1.0"
}