From 4f65757e5b5cbdc92d9c66ef5e2f1da3f4404f17 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 24 May 2022 15:20:25 -0400 Subject: [PATCH] Bump version to dev --- interface/teqpversion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 1edffdb..635c777 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include <string> -const std::string TEQPVERSION = "0.8.1"; \ No newline at end of file +const std::string TEQPVERSION = "0.8.1.dev0"; \ No newline at end of file -- GitLab