Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chonla committed Jan 27, 2020
1 parent ede8ce8 commit b919aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Markdown Test Specification Runner. This project is originally inspired by [silk

* Executable RESTful API Markdown-based Document Specification.

[![Latest stable version](https://img.shields.io/badge/stable-0.3.6-green.svg)](https://github.com/chonla/cotton/releases)
[![Latest stable version](https://img.shields.io/badge/stable-0.3.7-green.svg)](https://github.com/chonla/cotton/releases)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// VERSION of cotton
const VERSION = "0.3.6"
const VERSION = "0.3.7"

// Vars are injected variables from command line
type Vars []string
Expand Down

0 comments on commit b919aa0

Please sign in to comment.