// higgs.cpp: public ABI implementation.

#include "higgs.h"

#include "version.h"

const char * hg_version(void) {
    return HIGGS_VERSION;
}
