From 0d12313f6da463650d837af8ea668bfda8d2f711 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 5 Jul 2022 12:48:10 -0400 Subject: [PATCH] Bump version --- interface/teqpversion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 76cba3c..e831366 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include <string> -const std::string TEQPVERSION = "0.9.2"; \ No newline at end of file +const std::string TEQPVERSION = "0.9.3.dev0"; \ No newline at end of file -- GitLab