frostfs-s3-gw/misc/build.go

9 lines
100 B
Go
Raw Normal View History

2020-07-03 15:08:57 +00:00
package misc
2020-07-07 07:07:59 +00:00
const ApplicationName = "neofs-s3-gateway"
2020-07-03 15:08:57 +00:00
var (
Build = "now"
Version = "dev"
)