Skip to content

Commit 479a663

Browse files
committed
Add Check The Installed Version as a phoenix til
1 parent cbf67de commit 479a663

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
77
warrant a full blog post. These are mostly things I learn by pairing with
88
smart people at [Hashrocket](http://hashrocket.com/).
99

10-
_505 TILs and counting..._
10+
_506 TILs and counting..._
1111

1212
---
1313

@@ -210,6 +210,7 @@ _505 TILs and counting..._
210210
### Phoenix
211211

212212
- [Bypass Template Rendering](phoenix/bypass-template-rendering.md)
213+
- [Check The Installed Version](phoenix/check-the-installed-version.md)
213214
- [Render A Template To A String](phoenix/render-a-template-to-a-string.md)
214215

215216
### PostgreSQL
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Check The Installed Version
2+
3+
Check what the installed version of Phoenix is with the `-v` flag.
4+
5+
```bash
6+
$ mix phoenix.new -v
7+
Phoenix v1.2.0
8+
```
9+
10+
[source](http://shorts.jeffkreeftmeijer.com/2015/find-the-currently-installed-phoenix-version-number/)

0 commit comments

Comments
 (0)