Skip to content

Commit

Permalink
Minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 11, 2018
1 parent 9a9cfad commit 6247062
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -4,7 +4,9 @@ services:
- mysql

go:
- 1.7
- 1.8
- 1.9
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- tip
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Alexander F Rødseth
Copyright (c) 2018 Alexander F. Rødseth

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -330,6 +330,6 @@ Using the `*pinterface.IUserState` type (from the [pinterface](https://github.co

## General information

* Version: 2.0
* Version: 2.1.0
* License: MIT
* Alexander F Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion permissionsql.go
Expand Up @@ -19,7 +19,7 @@ type Permissions struct {

const (
// Version number. Stable API within major version numbers.
Version = 2.0
Version = 2.1
)

// Initialize a Permissions struct with all the default settings.
Expand Down

0 comments on commit 6247062

Please sign in to comment.