diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml
index d963493..9e24346 100644
--- a/.github/workflows/checkdocs.yml
+++ b/.github/workflows/checkdocs.yml
@@ -11,7 +11,7 @@ jobs:
   # This workflow contains a single job called "gendocs"
   CheckDocs:
     # The type of runner that the job will run on
-    runs-on: ubuntu-16.04
+    runs-on: ubuntu-latest
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps:
diff --git a/version.scad b/version.scad
index b86e34e..6b9161a 100644
--- a/version.scad
+++ b/version.scad
@@ -8,7 +8,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,350];
+BOSL_VERSION = [2,0,351];
 
 
 // Section: BOSL Library Version Functions