From bf23cc2680e79648e06a67c4371e327996fe6821 Mon Sep 17 00:00:00 2001 From: Ryan Joseph Date: Sat, 17 Aug 2019 10:32:38 -0700 Subject: [PATCH] Bump to v0.3.1 --- src/yarl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yarl.h b/src/yarl.h index 3f56bed..99eea53 100644 --- a/src/yarl.h +++ b/src/yarl.h @@ -5,7 +5,7 @@ extern "C" { #endif -#define YARL_VERSION "0.3.0" +#define YARL_VERSION "0.3.1" #include "commands.h" #include "constants.h"