1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 14:56:38 +02:00
Files
anope/src/version.sh
T
Sadie Powell 236affa2a4 Release 2.0.9.
2020-10-22 12:08:50 +01:00

7 lines
76 B
Bash

#!/bin/sh
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=9
VERSION_EXTRA=""