mirror of
https://codeberg.org/lauralani/ipam.git
synced 2024-11-24 04:30:02 +01:00
10 lines
99 B
Go
10 lines
99 B
Go
|
/*
|
||
|
Copyright © 2023 Laura Kalb <dev@lauka.net>
|
||
|
*/
|
||
|
|
||
|
package cmd
|
||
|
|
||
|
const (
|
||
|
ipam_version = "DEVEL"
|
||
|
)
|