From 79ffe459392be4825a8c8bf14f18c9f6e9a381c5 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Mon, 6 Jun 2022 18:12:11 -0400 Subject: photon: fix type in doc --- photon/photon.go | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/photon/photon.go b/photon/photon.go index 708deae..44b4b92 100644 --- a/photon/photon.go +++ b/photon/photon.go @@ -1,7 +1,7 @@ // Copyright © 2022 siddharth ravikumar // SPDX-License-Identifier: ISC -// Functions for accessing the Photo gecoding API. +// Functions for accessing the Photon gecoding API. package photon import ( diff --git a/version/version.go b/version/version.go index 222986a..36def98 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.3.0" +const Version = "0.3.1.dev1" -- cgit v1.2.3