Files
arc-evilsocket/config/version.go
Simone Margaritelli 18ea89657f releasing v1.3.6
2021-01-09 22:36:03 +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.6"
)