File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
77warrant a full blog post. These are mostly things I learn by pairing with
88smart 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  
Original file line number Diff line number Diff line change 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/ ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments