Skip to content

Commit c13836c

Browse files
committed
readme update and version bump to v0.4.1 for release
[ci skip]
1 parent 0351994 commit c13836c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# config - aah framework
22

33
[![Build Status](https://travis-ci.org/go-aah/config.svg?branch=master)](https://travis-ci.org/go-aah/config) [![codecov](https://codecov.io/gh/go-aah/config/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/config/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/config.v0)](https://goreportcard.com/report/aahframework.org/config.v0)
4-
[![Version](https://img.shields.io/badge/version-0.4-blue.svg)](https://github.com/go-aah/config/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/config.v0?status.svg)](https://godoc.org/aahframework.org/config.v0) [![License](https://img.shields.io/github/license/go-aah/config.svg)](LICENSE)
4+
[![Version](https://img.shields.io/badge/version-0.4.1-blue.svg)](https://github.com/go-aah/config/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/config.v0?status.svg)](https://godoc.org/aahframework.org/config.v0) [![License](https://img.shields.io/github/license/go-aah/config.svg)](LICENSE)
55

6-
***v0.4 [released](https://github.com/go-aah/config/releases/latest) and tagged on Apr 10, 2017***
6+
***v0.4.1 [released](https://github.com/go-aah/config/releases/latest) and tagged on Apr 23, 2017***
77

88
`config` library is powerful and flexible for configuration purpose. It's thin layer around `forge` config syntax which is very similar to Typesafe HOCON syntax :satisfied:. aah framework and it's modules is powered with `aah/config` library.
99

1010
*`config` developed for aah framework. However it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
1111

1212
# Installation
1313
#### Stable Version - Production Ready
14-
```sh
14+
```bash
1515
# install the library
1616
go get -u aahframework.org/config.v0
1717
```
1818

19-
See official page [TODO]
19+
Visit official website https://aahframework.org to learn more.

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
// Version no. of aahframework.org/config library
22-
var Version = "0.4"
22+
var Version = "0.4.1"
2323

2424
var errKeyNotFound = errors.New("config: not found")
2525

0 commit comments

Comments
 (0)