#ifndef VERSION_H
#define VERSION_H

const char *ant_semver(void);
int ant_version(void *argtable[]);

#endif