Skip to content

Commit

Permalink
preparing for v0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Mar 24, 2017
1 parent 7400d75 commit 1776960
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aah/aah.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
–––––––––––––––––––––––––––––––––––––––––––––––
`
isWindows = (runtime.GOOS == "windows")
aahImportPath = "aahframework.org/aah.v0-unstable"
aahImportPath = "aahframework.org/aah.v0"
aahCLIImportPath = "aahframework.org/tools.v0/aah"
permRWXRXRX = 0755
permRWRWRW = 0666
Expand Down
4 changes: 2 additions & 2 deletions aah/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"path/filepath"
"strings"

"aahframework.org/aah.v0-unstable"
"aahframework.org/aah.v0"
"aahframework.org/config.v0"
"aahframework.org/essentials.v0"
"aahframework.org/log.v0"
Expand Down Expand Up @@ -208,7 +208,7 @@ import (
"fmt"
"reflect"
"aahframework.org/aah.v0-unstable"
"aahframework.org/aah.v0"
"aahframework.org/config.v0"
"aahframework.org/essentials.v0"
"aahframework.org/log.v0"{{ range $k, $v := $.AppImportPaths }}
Expand Down
2 changes: 1 addition & 1 deletion aah/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"io/ioutil"
"path/filepath"

"aahframework.org/aah.v0-unstable"
"aahframework.org/aah.v0"
"aahframework.org/config.v0"
"aahframework.org/essentials.v0"
"aahframework.org/log.v0"
Expand Down
2 changes: 1 addition & 1 deletion aah/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"flag"
"path/filepath"

"aahframework.org/aah.v0-unstable"
"aahframework.org/aah.v0"
"aahframework.org/config.v0"
"aahframework.org/essentials.v0"
"aahframework.org/log.v0"
Expand Down
2 changes: 1 addition & 1 deletion aah/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"strings"
"time"

"aahframework.org/aah.v0-unstable"
"aahframework.org/aah.v0"
"aahframework.org/config.v0"
"aahframework.org/essentials.v0"
"aahframework.org/log.v0"
Expand Down
2 changes: 1 addition & 1 deletion aah/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"runtime"

"aahframework.org/aah.v0-unstable"
"aahframework.org/aah.v0"
"aahframework.org/ahttp.v0"
"aahframework.org/aruntime.v0"
"aahframework.org/atemplate.v0"
Expand Down

0 comments on commit 1776960

Please sign in to comment.