Skip to content

Commit bf27285

Browse files
committed
readme update for v0.4 release
1 parent ac65b7b commit bf27285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.3-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-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.3 [released](https://github.com/go-aah/config/releases/latest) and tagged on Mar 12, 2017***
6+
***v0.4 [released](https://github.com/go-aah/config/releases/latest) and tagged on Apr 10, 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
13-
#### Stable - Version
13+
#### Stable Version - Production Ready
1414
```sh
1515
# install the library
1616
go get -u aahframework.org/config.v0

0 commit comments

Comments
 (0)