Skip to content

Commit

Permalink
Update to version 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Jan 31, 2022
1 parent 45501d9 commit 90291e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DNSSeeder
====
Warning: This is pre-alpha software. There's no guarantee anything works.
This project is currently under active development and is in Beta state.
====

[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://choosealicense.com/licenses/isc/)
Expand All @@ -22,8 +22,7 @@ random selection of the reliable nodes it knows about.

It is written in Go (golang).

This project is currently under active development and is in a pre-Alpha state.
Some things still don't work and APIs are far from finalized. The code is provided for reference only.
This project is currently under active development and is in Beta state.


## Requirements
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 11
appPatch uint = 3
appPatch uint = 11
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit 90291e1

Please sign in to comment.