From efc29aacb0855bd06383a28fc633d6167be9b643 Mon Sep 17 00:00:00 2001 From: Chris Tessum Date: Wed, 14 Oct 2020 17:41:26 -0500 Subject: [PATCH] Prepare to release v1.7.2 --- README.md | 2 +- cmd/inmap/build.sh | 2 +- framework.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33945e1b2..a07921cfe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.com/spatialmodel/inmap.svg?branch=master)](https://travis-ci.com/spatialmodel/inmap) [![Coverage Status](https://coveralls.io/repos/github/spatialmodel/inmap/badge.svg?branch=master)](https://coveralls.io/github/spatialmodel/inmap?branch=master) [![GoDoc](http://godoc.org/github.com/spatialmodel/inmap?status.svg)](http://godoc.org/github.com/spatialmodel/inmap) [![Go Report Card](https://goreportcard.com/badge/github.com/spatialmodel/inmap)](https://goreportcard.com/report/github.com/spatialmodel/inmap) -_Note: This is the documentation for InMAP v1.7.1. Documentation for other versions is available [here](https://github.com/spatialmodel/inmap/releases)._ +_Note: This is the documentation for InMAP v1.7.2. Documentation for other versions is available [here](https://github.com/spatialmodel/inmap/releases)._ ## About InMAP diff --git a/cmd/inmap/build.sh b/cmd/inmap/build.sh index a110c8e9d..96c7df217 100755 --- a/cmd/inmap/build.sh +++ b/cmd/inmap/build.sh @@ -2,7 +2,7 @@ # This script compiles InMAP for different systems. -version=1.7.1 +version=1.7.2 env GOOS=linux GOARCH=amd64 go build -v mv inmap inmap${version}linux-amd64 diff --git a/framework.go b/framework.go index 307eac479..b9b89fd5e 100644 --- a/framework.go +++ b/framework.go @@ -29,7 +29,7 @@ import ( const ( // Version gives the version number. - Version = "1.7.1" + Version = "1.7.2" // VarGridDataVersion gives the version of the variable grid data reuquired by // this version of the software.