diff --git a/META.json b/META.json
index 5cc4945..0f38af5 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Sullivan Beck (sbeck@cpan.org)"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -50,7 +50,7 @@
    "provides" : {
       "Test::Inter" : {
          "file" : "lib/Test/Inter.pm",
-         "version" : "1.09"
+         "version" : "1.10"
       }
    },
    "release_status" : "stable",
@@ -61,6 +61,6 @@
          "web" : "https://github.com/SBECK-github/Test-Inter"
       }
    },
-   "version" : "1.09",
-   "x_serialization_backend" : "JSON::PP version 4.01"
+   "version" : "1.10",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index cbe9b5d..85f935a 100644
--- a/META.yml
+++ b/META.yml
@@ -11,7 +11,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '6.30'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,7 +24,7 @@ no_index:
 provides:
   Test::Inter:
     file: lib/Test/Inter.pm
-    version: '1.09'
+    version: '1.10'
 requires:
   Cwd: '0'
   File::Basename: '0'
@@ -32,5 +32,5 @@ requires:
   perl: '5.006'
 resources:
   repository: git://github.com/SBECK-github/Test-Inter.git
-version: '1.09'
+version: '1.10'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 15ffba6..480c3ff 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -41,7 +41,7 @@ if ($EU_MM_V < 6.64) {
 
 WriteMakefile(
    NAME             => "Test::Inter",
-   VERSION          => "1.09",
+   VERSION          => "1.10",
    ABSTRACT         => "framework for more readable interactive test scripts",
    LICENSE          => "perl",
    ($EU_MM_V >= 6.48
@@ -62,7 +62,7 @@ WriteMakefile(
           provides     => {
              'Test::Inter' => {
                 file    => 'lib/Test/Inter.pm',
-                version => '1.09',
+                version => '1.10',
              },
 
           },
diff --git a/debian/changelog b/debian/changelog
index cf117f8..99d2c4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-inter-perl (1.09+git20190314.1.3e37356-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 07 May 2022 01:58:46 -0000
+
 libtest-inter-perl (1.09-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/lib/Test/Inter.pm b/lib/Test/Inter.pm
index 21eb148..9cb9054 100644
--- a/lib/Test/Inter.pm
+++ b/lib/Test/Inter.pm
@@ -14,7 +14,7 @@ use IO::File;
 use Cwd 'abs_path';
 
 our($VERSION);
-$VERSION = '1.09';
+$VERSION = '1.10';
 
 ###############################################################################
 # BASE METHODS