Skip to content

Commit

Permalink
Release v0.3.1 which adds the go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed Aug 21, 2021
1 parent e5e7934 commit dbb949e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This documents the history of significant changes to `rivescript-go`.

## v0.3.1 - Aug 20, 2021

This release simply adds a `go.mod` to this project so that it gets along well
with modern Go projects.

## v0.3.0 - Apr 30, 2017

This update brings some long-needed restructuring to the source layout of
Expand Down
2 changes: 1 addition & 1 deletion rivescript.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

// Version number for the RiveScript library.
const Version = "0.3.0"
const Version = "0.3.1"

// RiveScript is the bot instance.
type RiveScript struct {
Expand Down

0 comments on commit dbb949e

Please sign in to comment.