mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
14 lines
218 B
Go
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.4.0"
|
|
)
|