Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.6.6, add docs to PHONY to avoid being skipped.
Browse files Browse the repository at this point in the history
Rebuild docs.
  • Loading branch information
Tom Elliott committed Feb 7, 2017
1 parent 55b262c commit c97c459
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ checkdocs:
docs:
cd docs_src && hugo

.PHONY: build
.PHONY: build docs
2 changes: 1 addition & 1 deletion docs/autocompletion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/license/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/projectconfig/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/roadmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs/sudo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="banner">

<div class="name">
<strong>Edward Docs <span class="version">1.6.4</span></strong>
<strong>Edward Docs <span class="version">1.6.6</span></strong>

<br>
yext/edward
Expand Down
2 changes: 1 addition & 1 deletion docs_src/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publishDir = "../docs"
provider = "GitHub"
repo_url = "https://github.com/yext/edward"

version = "1.6.4"
version = "1.6.6"
#logo = "images/logo.png"
favicon = ""

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

var logger *log.Logger

const edwardVersion = "1.6.5"
const edwardVersion = "1.6.6"

func main() {

Expand Down

0 comments on commit c97c459

Please sign in to comment.