Skip to content

Commit f2666d2

Browse files
committed
release date update for v0.13.0
1 parent efd7038 commit f2666d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_data/version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
revel: 0.13.0-dev
1+
revel: 0.13.0
22
golang: 1.4+
3-
date: TBD
3+
date: 2016-06-05

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ <h1 style="font-size: 15pt; margin-left: 12px;">Quick Start</h1>
161161
go get github.com/revel/cmd/revel
162162

163163
# get samples and run chat app
164-
go get -d github.com/revel/samples
164+
git clone https://github.com/revel/samples.git \
165+
$GOPATH/src/github.com/revel/samples
165166

166167
# Run revel application
167168
revel run github.com/revel/samples/chat

0 commit comments

Comments
 (0)