frostfs-s3-gw/misc/build.go

9 lines
100 B
Go

package misc
const ApplicationName = "neofs-s3-gateway"
var (
Build = "now"
Version = "dev"
)