Skip to content

Commit

Permalink
Prepare to release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Oct 14, 2020
1 parent 4313cb7 commit efc29aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/inmap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit efc29aa

Please sign in to comment.