Skip to content

Commit d1538eb

Browse files
committed
Change version in REPL
1 parent f31b6f9 commit d1538eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl/src/main/scala/spark/repl/SparkILoop.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master:
200200
____ __
201201
/ __/__ ___ _____/ /__
202202
_\ \/ _ \/ _ `/ __/ '_/
203-
/___/ .__/\_,_/_/ /_/\_\ version 0.5.1-SNAPSHOT
203+
/___/ .__/\_,_/_/ /_/\_\ version 0.5.1
204204
/_/
205205
""")
206206
import Properties._

0 commit comments

Comments
 (0)