Sfoglia il codice sorgente

Release v0.1.0

tags/v0.1.0^0
Daniel Oaks 7 anni fa
parent
commit
2fdc9e5941
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 1
- 1
CHANGELOG.md Vedi File

@@ -4,7 +4,7 @@ All notable changes to Oragono will be documented in this file.
4 4
 This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format.
5 5
 
6 6
 
7
-## Unreleased
7
+## [0.1.0] - 2016-09-18
8 8
 Initial release of Oragono!
9 9
 
10 10
 ### Security

+ 1
- 1
irc/constants.go Vedi File

@@ -8,7 +8,7 @@ package irc
8 8
 import "fmt"
9 9
 
10 10
 const (
11
-	SEM_VER       = "0.1.0-unreleased"
11
+	SEM_VER       = "0.1.0"
12 12
 	CRLF          = "\r\n"
13 13
 	MAX_REPLY_LEN = 512 - len(CRLF)
14 14
 )

Loading…
Annulla
Salva