aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hnbgw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 752fc0f..5f5c311 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -326,7 +326,7 @@ static const struct log_info hnbgw_log_info = {
static struct vty_app_info vty_info = {
.name = "OsmoHNBGW",
- .version = "0",
+ .version = PACKAGE_VERSION,
.go_parent_cb = hnbgw_vty_go_parent,
};