From 39f4f4c1750814ca81f830e5b09a5dc62795f7c4 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Tue, 14 Dec 2021 13:24:57 -0800 Subject: [PATCH] tick version for nightly releases --- allennlp/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allennlp/version.py b/allennlp/version.py index aa4b7f7a34a..814e960c8b2 100644 --- a/allennlp/version.py +++ b/allennlp/version.py @@ -1,7 +1,7 @@ import os _MAJOR = "2" -_MINOR = "8" +_MINOR = "9" # On main and in a nightly release the patch should be one ahead of the last # released build. _PATCH = "0"