Files
arc-evilsocket/config/version.go
Simone Margaritelli 2d3c0c547f releasing v1.3.5
2021-01-09 20:15:01 +01:00

14 lines
218 B
Go

/*
* Arc - Copyleft of Simone 'evilsocket' Margaritelli.
* evilsocket at protonmail dot com
* https://www.evilsocket.net/
*
* See LICENSE.
*/
package config
const (
APP_NAME = "arc"
APP_VERSION = "1.3.5"
)