From 45f46c6e4375a210c8b8ed78853e4bbb674006a4 Mon Sep 17 00:00:00 2001
From: Revar Desmera <revarbat@gmail.com>
Date: Fri, 19 Jun 2020 19:57:11 -0700
Subject: [PATCH] Go back to using latest Ubuntu in github actions.

---
 .github/workflows/checkdocs.yml | 2 +-
 version.scad                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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