From 1a3827234211646874141e8a5f12659c044898e4 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 24 Mar 2020 01:35:24 +0000 Subject: [PATCH] Bump version to 0.4.0 --- c/main.c | 2 +- docs/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/main.c b/c/main.c index fc26902f..ee549117 100644 --- a/c/main.c +++ b/c/main.c @@ -10,7 +10,7 @@ #include "linenoise.h" -#define VERSION "Dictu Version: 0.3.3\n" +#define VERSION "Dictu Version: 0.4.0\n" static bool replCountBraces(char *line) { int leftBraces = 0; diff --git a/docs/_config.yml b/docs/_config.yml index 5b15b01b..c639b930 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -40,7 +40,7 @@ remote_theme: pmarsceill/just-the-docs plugins: - jekyll-feed -version: "0.3.3" +version: "0.4.0" # Exclude from processing. # The following items will not be processed, by default. Create a custom list